home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amiga / muibuilder / mb / developer / c / sources_gencodec / mb_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-21  |  527 b   |  24 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #include <exec/libraries.h>
  13.  
  14. extern struct Library *MUIBBase;
  15.  
  16. #pragma libcall MUIBBase MB_Open 1E 0
  17. #pragma libcall MUIBBase MB_Close 24 0
  18. #pragma libcall MUIBBase MB_GetA 2A 901
  19. #pragma tagcall MUIBBase MB_Get 2A 901
  20. #pragma libcall MUIBBase MB_GetVarInfoA 30 9002
  21. #pragma tagcall MUIBBase MB_GetVarInfo 30 9002
  22. #pragma libcall MUIBBase MB_GetNextCode 36 9802
  23. #pragma libcall MUIBBase MB_GetNextNotify 3C 9802
  24.